home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
emacs-complete
/
fsf
/
emacs
/
src
/
s
/
isc4-0.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-12
|
293b
|
13 lines
#include "isc3-0.h"
#define LIBS_SYSTEM -linet
#define ISC4_0
/* fmcphers@csugrad.cs.vt.edu reported this was necessary.
He used GCC. I don't know what is needed with other compilers. */
#ifdef __GNUC__
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
#endif